home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / acad10.txt < prev    next >
Text File  |  1991-11-04  |  12KB  |  246 lines

  1. TECHNICAL BULLETIN
  2. 09.23.91 AUTOCAD10  MWF (update 03.25.92)
  3. CAD SOFTWARE: AutoCAD 10 (DOS Version), Autodesk, Inc.                         
  4. __________________________________________________________________
  5. Comment:
  6. AutoCAD Release 10 (DOS) is listed as compatible with LANtastic NOS 
  7. 2.57, 3.0X and 4.0X.  There has been limited testing in-house.  The 
  8. following information has been compiled from various resources on 
  9. using AutoCAD with LANtastic.
  10.  
  11. Guidelines for using AutoCAD 10 (DOS) with LANtastic:
  12. 1.  Use AutoCAD 10 Rev. C7, if possible. If a user has AutoCAD Rev. 
  13. C2,  Autodesk will provide a free upgrade if the user takes his 
  14. original disks to the dealer he purchased AutoCAD from.
  15.  
  16. 2.  Using an AutoCAD workstation as a server for sharing a plotter 
  17. or printer-plotter is not recommended since AutoCAD is a very 
  18. processor-time intensive application (and disk intensive if a 
  19. RAMDISK isn't used for .EXE and .OVL files - see note 11).  
  20. Performance of AutoCAD and/or the network can be severely reduced 
  21. by background plotter or printer-plotter despooling.  The ideal 
  22. AutoCAD network configuration would include a dedicated  server 
  23. with harddrive and ports to control the plotter(s) and printer-
  24. plotter(s), thus allowing the AutoCAD workstations to have 100% of 
  25. their own processor time available for AutoCAD functions.
  26.  
  27. 3.  Set FCBS=16,8 and FILES=30 in CONFIG.SYS on workstations 
  28. running AutoCAD 10 (DOS).  Higher values may degrade performance.   
  29. If the workstation will be running other DOS applications,  FCBS=  
  30. and  FILES=  may need to be higher.
  31.  
  32. 4.  Specialty video boards on workstations running AutoCAD may 
  33. cause problems.  If problems arise with video boards, check to see 
  34. which video driver is being used. If the driver was supplied by the 
  35. video card manufacturer, change to the video driver supplied with 
  36. AutoCAD (after putting the video adapter in the default mode for 
  37. EGA or VGA). If the problems disappear, this suggests that the 
  38. manufacturer-supplied driver is at fault. 
  39.  
  40. 5.   Almost all CAD programs have memory resident utilities 
  41. available to speed up video display (such as Display List Drivers).  
  42. Some video utilities MUST be loaded BEFORE the network to work 
  43. correctly (they do disk access like caches).  Drivers that do not 
  44. overflow to disk have shown excellent results being loaded after 
  45. the network, even on a server.  Drivers that are removable from 
  46. memory after exiting AutoCAD can be a great benefit if  the AutoCAD 
  47. workstation is also being used for other DOS applications.  
  48.  
  49. 6.   AutoCAD files can be corrupted when used on a network since 
  50. AutoCAD closes the drawing file once it is loaded into RAM (like 
  51. Lotus 2.01 & below) leaving DOS and SHARE unaware another user has 
  52. the file in-use.  Therefore, users on a multi-station AutoCAD 
  53. network that share a common drawing fileserver will have to give 
  54. special attention to the issue of file sharing.   
  55.  
  56. 7.   If using a common drawing fileserver, configure each AutoCAD 
  57. workstation to have a unique network node name.  From the main 
  58. AutoCAD menu, select "5. Configure AutoCAD", "8. Configure 
  59. operating parameters", "6. Network node name" and enter a three 
  60. character name unique to each workstation.  If if this is not done, 
  61. you may get a system error message from AutoCAD, indicating a 
  62. sharing violation.
  63.  
  64. 8.   If plotter performance is slow, or pauses intermittently, on 
  65. an AutoCAD workstation/server that is sharing a plotter, increase 
  66. the CPS to the plotter (using the max of 32767 is OK, but the 
  67. tradeoff is poor AutoCAD performance).   NOTE: The only way to 
  68. eliminate the performance degradation of an AutoCAD workstation 
  69. during plotting or printer-plotter despooling is to have the server 
  70. not running AutoCAD during the despooling function.  See note 2 on 
  71. using a dedicated print server. 
  72.  
  73. 9.   To share a plotter or printer-plotter, AutoCAD must output to 
  74. file.  The important item to keep in mind is that AutoCAD never 
  75. communicates with the plotter (or printer-plotter), instead, it 
  76. outputs to a file on disk.  All communication with the plotter or 
  77. printer-plotter device(s) is handled by the network.  Configure 
  78. AutoCAD to plot to a file, set the filename to the name of the 
  79. printer port that is redirected to @PLOTTER (the shared resource 
  80. plotter).  Set the LPT TIMEOUT to 0 (zero), and AutoCAD will close 
  81. the plotjob when it has completed writing the plot file to disk.
  82.       
  83.       Example:  NET  USE  LPT1  \\SERVER\@PLOTTER  and plot to a 
  84.         file named "LPT1".
  85.  
  86. NOTE: Printer-plotting is much more complex than pen-plotting 
  87. because a pen plotter can start the plot at any X,Y point on the 
  88. paper and finish at any X,Y point.  A printer-plot must process the 
  89. top line before the second line,  the second before the third and 
  90. so on until the bottom of the page.  The rasterization of the 
  91. printer-plot requires more time from AutoCAD to process the data 
  92. and the higher the resolution of the printer-plot, the larger the 
  93. file becomes.   For high-resolution printer-plots, it is 
  94. recommended to plot to a file, shell from AutoCAD and use the NET 
  95. PRINT command to copy the printer-plot file to the network spooler,  
  96. i.e.:
  97.  
  98.      1. Plot to a file named MWF (or any other filename not 
  99.         already in use).  Give a full path name.
  100.      2. Enter "SHELL" from the drawing editor and press the 
  101.         <ENTER> key twice.
  102.      3. CD\ to the directory where the plot file is located  
  103.         (given in Step 1).
  104.      4. Enter "NET  PRINT/BINARY  MWF  LPT1".  Printer-plots must  
  105.         be copied in  BINARY  format or the printed output may be 
  106.         cut off, distorted and/or spread out over multiple pages.
  107.      5. After the printer-plot is  completed,  be sure to delete 
  108.         the file from disk.
  109. The recommended serial communication protocol for the network to 
  110. the plotter is 9600, 8, 1, N, using XON/XOFF flow control.  Some 
  111. plotters that will only accept HARDWARE flow control require a 
  112. HARDWARE cable - a straight-thru serial cable will not allow 
  113. HARDWARE flow control communications.  The next best protocol is 
  114. 9600, 7, 1, E, XON/XOFF. If the plotter and @PLOTTER shared 
  115. resource are not configured exactly the same, plotting will not be 
  116. successful.
  117.  
  118. NOTE:  If the plotter does not automatically go OFF-LINE at the 
  119. completion of a plot, it is recommended to edit the SETUP STRING 
  120. for @PLOTTER (located in NET_MGR, Shared Resources Management) to 
  121. include the ASCII or <ESC> codes needed to take the plotter off-
  122. line at the start of a plot to allow for paper changes.  If this is 
  123. not done, it will be possible for multiple plot jobs in the spooler 
  124. to be plotted over the same sheet of paper.  If the plotter has an 
  125. automatic paper feeder/cutter, this may not be necessary.
  126.  
  127. 10.  If you get an error when trying to load the NET MENU when  
  128. SHELL'ing  out of AutoCAD such as "ERROR: The memory limit has been 
  129. exceeded, can't load NET MENU module.", edit the following line in 
  130. the ACAD.PGP file (in the C:\ACAD directory):
  131.  
  132.          SHELL,,220000,*DOS  Command:  ,0
  133.  
  134. this will allocate 220K memory, which is enough to run the NET MENU 
  135. program.  
  136.  
  137. 11.  Using a cache, and/or a RAMDISK, with AutoCAD will improve 
  138. performance.   On a computer having 4 Meg RAM, try a cache size of 
  139. 512K leaving 2.5 Meg of extended or expanded memory available for 
  140. AutoCAD.
  141.  
  142.  
  143. DOS Notes:
  144. 1.   If you are saving drawing files across the network (to a 
  145. redirected drive) and using DOS 4.01 or higher on the workstation
  146. that is sending the file, load FCB.EXE after the REDIR command line.
  147. (This file is available on the Artisoft BBS or by calling Technical 
  148. Support.)  NOTE: FCB.EXE is not to be used with NOS 4.10!
  149.  
  150. 2.  If using DOS 4.01, SHARE.EXE must be loaded if extended DOS 
  151. partitions are used on the harddrive (partitions greater than  32 
  152. Meg).   Set FCBS=48,8 in CONFIG.SYS.  
  153.  
  154.  
  155. Memory Managers:
  156. 1.  AutoCAD can be configured to use  Extended memory,  Expanded 
  157. memory or a combination of both memory types.   Expanded memory 
  158. must be VCPI compliant (QEMM or  386 to the MAX  are VCPI compliant 
  159. memory managers that are compatible with LANtastic).    HIMEM.SYS 
  160. that comes with MS-DOS 5.0 creates XMS which is not VCPI compliant 
  161. and should not be used with AutoCAD without also loading 
  162. EMM386.EXE, which converts XMS into EMS.  
  163.  
  164. 2.   Most of the network drivers can be successfully loaded into 
  165. high memory using utilities that come with the above listed memory 
  166. managers.  
  167.  
  168.  
  169. Sample BATCH files:
  170. AUTOEXEC.BAT:
  171. PATH=C:\;C:\DOS;\BATCH;C:\UTILITY;C:\LANTASTI      
  172. AEX                                 :REM Load the netbios drivers. Can be 
  173.                                     loaded high.
  174. AILANBIO                                                                       
  175. REDIR  ALEX1  LOGINS=5              :REM  Can be loaded high.
  176. LANCACHE  CACHE_SIZE=512  TYPE=EMS  :REM  512K cache.  Can be loaded 
  177.                                           high.
  178. SERVER                              :REM  Server is optional.  Can be 
  179.                                           loaded high.
  180. NET  LOGIN   \\ALEX1  ALEX1         :REM  Login to servers as 
  181.                                           needed.
  182. NET  USE  LPT1  \\ALEX1\@PRINTER    :REM  Redirect LPT1 to the 
  183.                                           shared printer-plotter.
  184. NET  USE   COM2   \\ALEX1\@PLOTTER  :REM  Redirect COM2 to the 
  185.                                           shared plotter.
  186. NET  LPT  TIMEOUT  10                                                     
  187. NET  QUEUE  HALT   \\ALEX1   COM1   :REM   If a server,  halt 
  188.                                     QUEUE for mouse/digitizer port.
  189. PROMPT=$P$G
  190. MENU
  191.  
  192.  
  193. LOADACAD.BAT:     
  194. PATH=C:\;C:\DOS;C:\BATCH;C:\UTILITY;C:\LANTASTI;C:\ACAD
  195. NET  LPT  TIMEOUT   0         :REM  Set  LPT  TIMEOUT  to zero.
  196. CD\ACAD\DWG
  197. REM   Set the environments. 
  198. SET  DLDCFG=C:\ET4\                                                 
  199. SET  ACADLIMEM=220
  200. SET  ACAD=C:\ACAD
  201. SET  LISPHEAP=nnn             :REM  Set  "nnn"  according to application.
  202. SET  LISPSTACK=ppp            :REM  Set  "ppp"  according to application.
  203. SET  ACADFREERAM=30
  204. C:\ET4\DLDVG256               :REM  Real-mode Display List Driver.     
  205. ACAD                                                                           
  206. C:\ET4\DLDVG256  -U           :REM  Unload the DLD from memory.
  207. REM   Clear all environment settings.
  208. PATH=C:\;C:\DOS;C:\BATCH;C:\UTILITY;C:\LANTASTI
  209. SET  DLDCFG=
  210. SET  ACADLIMEM=
  211. SET  ACAD=
  212. SET  LISPHEAP=
  213. SET  LISPSTACK=
  214. SET  ACADFREERAM=
  215. NET  LPT  TIMEOUT  10
  216. CD\
  217.  
  218.  
  219.  
  220. FINAL NOTE:
  221. This document has been designed to provide a guideline for con
  222. figuring AutoCAD 10 (DOS version) with LANtastic.  Additional 
  223. configuration may be necessary to accommodate your specific network 
  224. setup.   If a unique problem arises which we are unable to resolve 
  225. either through phone contact with our technical support or through 
  226. this bulletin, a problem report can be filed through our technical 
  227. support staff.  
  228.  
  229. ARTISOFT, Inc. makes no warranties as to the completeness or 
  230. accuracy of this document.   LANtastic is a trademark of ARTISOFT, 
  231. Inc.   Brand names and products are trademarks or registered 
  232. trademarks of their respective companies.
  233.  
  234. Any questions or suggestions on this bulletin may be mailed to our 
  235. offices:
  236.  
  237. Artisoft, Inc.
  238. 575 East River Road
  239. Tucson, AZ  85704
  240. ATTN: Compatibility Department / AutoCAD Support  
  241.  
  242. Vendor Info:
  243. Autodesk, Inc.                                                                 
  244. (415) 332-2344
  245. (Contact your Autodesk dealer for questions concerning AutoCAD.)
  246.